This was showing up quite high on the profiles, and there is
no real reason for copy to normalize, as the source is a
GskRoundedRect which should be normalized already unless
you did something very strange (and then you should have normalized
manually).
*
* Initializes @self using the given @src rectangle.
*
- * This function will implicitly normalize the #GskRoundedRect
- * before returning.
+ * This function will not normalize the #GskRoundedRect, so
+ * make sure the source is normalized.
*
* Returns: (transfer none): the initialized rectangle
*
{
*self = *src;
- gsk_rounded_rect_normalize_in_place (self);
-
return self;
}